projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01c3499
)
iconview: Prevent ownership transfer of cell out-param in get_item_at_pos()
author
Rico Tzschichholz
<ricotz@ubuntu.com>
Sat, 6 Jan 2018 08:40:26 +0000
(09:40 +0100)
committer
Rico Tzschichholz
<ricotz@ubuntu.com>
Sat, 6 Jan 2018 08:40:26 +0000
(09:40 +0100)
gtk/gtkiconview.c
patch
|
blob
|
history
diff --git
a/gtk/gtkiconview.c
b/gtk/gtkiconview.c
index 091c9a6bd2d958de262ac3e959ce35ff07a59bf1..4062bfd7dbe93038cf90bd67dd6d8f2ad6989599 100644
(file)
--- a/
gtk/gtkiconview.c
+++ b/
gtk/gtkiconview.c
@@
-4472,7
+4472,7
@@
gtk_icon_view_get_path_at_pos (GtkIconView *icon_view,
* @x: The x position to be identified
* @y: The y position to be identified
* @path: (out) (allow-none): Return location for the path, or %NULL
- * @cell: (out) (allow-none): Return location for the renderer
+ * @cell: (out) (allow-none)
(transfer none)
: Return location for the renderer
* responsible for the cell at (@x, @y), or %NULL
*
* Finds the path at the point (@x, @y), relative to bin_window coordinates.